home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / submenu / 00322.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  131 b   |  9 lines

  1. on mouseUp
  2.   if the optionDown then
  3.     if count(the windowList) then
  4.       exit
  5.     end if
  6.     open(window "memmon")
  7.   end if
  8. end
  9.